home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_864
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
313 b
|
17 lines
on(release){
set("/Variables:TransMail","");
TexteMail = "";
if(getProperty("../", _currentframe) == 3)
{
gotoAndStop(2);
}
else
{
tellTarget("../InvSelection")
{
gotoAndStop(eval("/Variables:ObjetSelect") + 1);
}
gotoAndStop(1);
}
}